func golang.org/x/exp/apidiff.unexportedMethod

3 uses

	golang.org/x/exp/apidiff (current package)
		compatibility.go#L115: 	if unexportedMethod(old) != nil {
		compatibility.go#L120: 		if u := unexportedMethod(new); u != nil {
		compatibility.go#L127: func unexportedMethod(t *types.Interface) *types.Func {